home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / AUTIMP21.ZIP;1 / AITEST.ZIP / AIERRMSG.DAT < prev    next >
Encoding:
Text File  |  1993-07-15  |  3.1 KB  |  163 lines

  1. 2,0
  2. Syntax error
  3. Z
  4. 3,0
  5. Return without gosub
  6. Z
  7. 4,0
  8. Out of data
  9. Z
  10. 5,0
  11. Illegal function call
  12. Z
  13. 6,0
  14. Overflow
  15. Z
  16. 7,-1
  17. Out of memory
  18. Not enough free memory to run the program.  This can be solved by
  19. adding more RAM to the computer or reducing the number of
  20. terminate and stay resident programs in memory.
  21. Z
  22. 9,0
  23. Subscript out of range
  24. Z
  25. 10,0
  26. Redimensioned array
  27. Z
  28. 11,0
  29. Division by zero
  30. Z
  31. 13,0
  32. Type mismatch
  33. Z
  34. 14,0
  35. Out of string space
  36. Z
  37. 16,0
  38. String formula too complex
  39. Z
  40. 19,0
  41. No RESUME
  42. Z
  43. 20,0
  44. RESUME without error
  45. Z
  46. 24,-1
  47. Device timeout
  48. It took too long to read from or write to a device.
  49.  
  50. If the device is a printer, turn the printer on or put the
  51. printer online.  Putting a MODE command in the AUTOEXEC.BAT file
  52. that tells DOS to retry printer timeouts will keep this from
  53. happening.
  54.  
  55. If the device is a disk drive, make sure that the disk drive
  56. letter is correct.
  57. Z
  58. 39,0
  59. CASE ELSE expected
  60. Z
  61. 50,0
  62. Field overflow
  63. Z
  64. 51,0
  65. Internal error
  66. Z
  67. 52,-1
  68. Bad file number
  69. DOS does not have enough room reserved for the number of files
  70. that are open.  The DOS file named CONFIG.SYS in the root
  71. directory must contain a FILES=xx command that reserves
  72. additional space for opening files.  See the DOS manual section
  73. that discusses the CONFIG.SYS file.
  74. Z
  75. 53,0
  76. File not found
  77. Z
  78. 54,0
  79. Bad file mode
  80. Z
  81. 58,0
  82. File already exists
  83. Z
  84. 55,0
  85. File already open
  86. Z
  87. 56,0
  88. FIELD statement active
  89. Z
  90. 57,-1
  91. Device input or output error
  92. There is a problem reading from or writing to a device.  This is
  93. usually a disk I/O error.  However, it could also be a printer or
  94. any other device.
  95. Z
  96. 58,0
  97. File already exists
  98. Z
  99. 59,0
  100. Bad record length
  101. Z
  102. 61,-1
  103. Disk full
  104. All disk space has been allocated.  Try to free up space by
  105. deleting files you do not need anymore or use another disk drive
  106. with some available space.
  107. Z
  108. 62,0
  109. Input past end of file
  110.  
  111. A file that was being read was not as long as it should be, this can happen
  112. if a mask file or the configuration file is corrupted.
  113. Z
  114. 63,0
  115. Bad record number
  116. Z
  117. 64,0
  118. Bad file name
  119. Z
  120. 67,-1
  121. Too many files
  122. There are too many files in one directory for DOS to handle.
  123. Using different directories for programs, data files and other
  124. applications will solve the problem.
  125. Z
  126. 68,-1
  127. Device unavailable
  128. The printer, disk drive or communications port that you are
  129. attempting to access is not online or does not exist.
  130. Z
  131. 69,0
  132. Communication buffer overflow
  133. Z
  134. 70,-1
  135. Permission denied
  136. If on a network, another user has the file locked.  If not on
  137. a network, you attempted to write to a write protected disk.
  138. Remove the write protection and try again.
  139. Z
  140. 71,-1
  141. Disk not ready
  142. The disk drive door is open or there is no disk in the drive.
  143. Z
  144. 72,-1
  145. Disk media error
  146. The disk drive hardware has detected a physical flaw on the disk.
  147. If the drive is a floppy drive, try another diskette.  If the
  148. drive is a hard drive, seek assistance from the person who is
  149. responsible for maintaining or supporting your computer.
  150. Z
  151. 73,0
  152. Advanced feature unavailable
  153. Z
  154. 74,0
  155. Rename across disks
  156. Z
  157. 75,0
  158. Path/file access error
  159. Z
  160. 76,0
  161. Path not found
  162. Z
  163.